void zprava(char a[], char b[]){
	Serial.print(a);
	Serial.print(' ');
	Serial.println(b);
}